Eclipse Platform
Pre-release 3.0

org.eclipse.jface.text.contentassist
Interface IContextInformationPresenterExtension


public interface IContextInformationPresenterExtension

Extends IContentAssit with the concept of a content assist subject which provides the context for the content assistant.

XXX: This is work in progress and can change anytime until API for 3.0 is frozen.

Since:
3.0

Method Summary
 void install(IContextInformation info, IContentAssistSubject contentAssistSubject, int documentPosition)
          Installs this presenter for the given context information.
 

Method Detail

install

public void install(IContextInformation info,
                    IContentAssistSubject contentAssistSubject,
                    int documentPosition)
Installs this presenter for the given context information.

Parameters:
info - the context information which this presenter should style
contentAssistSubject - the content assit subject
documentPosition - the document position for which the information has been computed

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.